ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MapLayerBase<T> Class / ColorScale Property

In This Topic
    ColorScale Property (MapLayerBase<T>)
    In This Topic
    Gets or sets color scale used for fill layer's items.
    Syntax
    'Declaration
     
    Public Property ColorScale As ColorScale
    public ColorScale ColorScale {get; set;}
    See Also